翻訳と辞書
Words near each other
・ EGIS-7625
・ Egisto (opera)
・ Egisto Bracci
・ Egisto Lancerotto
・ Egisto Macchi
・ Egisto Massoni
・ Egisto Nino Ceccatelli
・ Egisto Olivieri
・ Egisto Pandolfini
・ Egisto Tango
・ Egitinskoye mine
・ Egjert
・ Egklima sta paraskinia
・ EGL
・ EGL (API)
EGL (programming language)
・ Egla Harxhi
・ Eglaine
・ Eglaine Parish
・ Eglajd Dedej
・ Egland Haxho
・ Eglantin Dhima
・ Eglantina Zingg
・ Eglantine
・ Eglantine (song)
・ Eglantine Rembauville
・ Eglantine Table
・ Eglantine Vierzon
・ Eglantine Wallace
・ Eglantyne Jebb


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

EGL (programming language) : ウィキペディア英語版
EGL (programming language)
EGL (Enterprise Generation Language), originally developed by IBM and now available as the (EDT (EGL Development Tools) ) Open Source project under the Eclipse Public License (EPL), is a programming technology designed to meet the challenges of modern, multi-platform application development by providing a common language and programming model across languages, frameworks, and runtime platforms. The language borrows concepts familiar to anyone using statically typed languages like Java, COBOL, C, etc. However, it borrows the concept of stereotype from Unified Modeling Language (UML) that is not typically found in statically typed programming languages.
In a nutshell, EGL is a higher-level, universal application development language.
EGL is similar in syntax to other common languages so it can be learned by application developers with similar previous programming background. EGL application development abstractions shield programmers from the technical interfaces of systems and middleware allowing them to focus on building business functionality.
EGL applications and services are written, tested and debugged at the EGL source level, and once they are satisfactorily functionally tested they can be compiled into COBOL, Java, or JavaScript code to support deployment of business applications that can run in any of the following environments:
*Platforms with a Java virtual machine, such as Microsoft Windows, Linux, and UNIX, for example in the context of a Java EE servlet container (IBM WebSphere Application Server, Apache Tomcat, GlassFish)
*IBM System z: CICS Transaction Server, IMS, z/OS Batch, UNIX System Services, WebSphere Application Server, z/VSE, Linux
*IBM System i: IBM i5/OS, IBM WebSphere Application Server, Apache Tomcat, Integrated Web Application Server for i
*Web browsers supporting JavaScript, such as Internet Explorer, Firefox, and Safari, for Ajax rich web applications
== Code examples ==

Program
An EGL Program part is a generatable logic part with one entry point. Each Program part contains a main() function, which represents the logic that runs at program start up. A program can include other functions and can access functions that are outside of the program. The function main() can invoke those other functions. Program functions are composed of a set of EGL statements, variables, and constants.

Program HelloWorld

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「EGL (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.